object fmViewerSelection: TfmViewerSelection Left = 416 Top = 383 BorderStyle = bsDialog Caption = 'File Viewer Selection' ClientHeight = 96 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 249 Height = 81 Shape = bsFrame end object laViewer: TLabel Left = 16 Top = 16 Width = 233 Height = 33 AutoSize = False Caption = 'Which viewer would you like to use to view the '#13#10'file(s) you sel' + 'ected ?' end object buAssociatedViewer: TButton Left = 16 Top = 56 Width = 113 Height = 25 Hint = 'View files using its associated program' Caption = '&Associated Program' Default = True ModalResult = 20 TabOrder = 0 end object buExternalViewer: TButton Left = 136 Top = 56 Width = 113 Height = 25 Hint = 'View files using an external viewer you specified' Caption = '&External Viewer' ModalResult = 21 TabOrder = 1 end object buCancel: TButton Left = 264 Top = 8 Width = 75 Height = 25 Hint = 'Cancel viewing' Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object buHelp: TButton Left = 264 Top = 40 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = buHelpClick end end